Setting Up Twitter:

Goto: EDIT HTML and using [CTRL+F] Find "Templatesblock.json",
Browser will highlight the following code:

<div id='widget'>
<div class='widget' id='twitter'><h2>Twitter Updates</h2>
<ul id='twitter_update_list'><li/></ul>
<script src='http://twitter.com/javascripts/blogger.js' type='text/javascript'/>
<script src='http://twitter.com/statuses/user_timeline/TEMPLATESBLOCK.json?callback=twitterCallback2&amp;count=5' type='text/javascript'/>
<p class='link-ancillary'/>
</div>

In the ABOVE CODE, Replace "TEMPLATESBLOCK" with your Twitter username, for example: TEMPLATESBLOCK.json?


To Change number of Tweets you want to display, change the number in the above code: count=5

For example, for now it is:

count=5

To show 10 Tweets instead of 5, change the above code to:

count=10



Simple isn`t it? Code is Poetry :D